home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / util / boot / CardReset.readme < prev    next >
Encoding:
Text File  |  2002-08-17  |  2.4 KB  |  66 lines

  1. Short:    Forces reset signal on PCMCIA slot V3.0
  2. Author:   artpo@wp.pl (Artur Pogoda)
  3. Uploader: artpo@wp.pl (Artur Pogoda)
  4. Type:     util/boot
  5. Replaces: util/boot/CardReset
  6. Requires: Kickstart 37.300+, A600/A1200
  7.  
  8.           util/boot/CardPatch.lha is recommended
  9. Version:  3.0
  10.  
  11.  
  12.  Description:
  13.  
  14. CardReset forces a high level on pin 58 of the Amiga PCMCIA slot
  15. (reset signal). A PC Card must be plugged within the PCMCIA slot.
  16. GAYLE does not assert the reset signal when the slot is empty.
  17. CardReset also enables or disables the BVD2/speaker signal
  18. (pin 62 of the PCMCIA slot) to Amiga right channel audio output.
  19.  
  20.  
  21.  Usage:
  22.  
  23. CardReset [TICKS <n>] [FORCE] [AUDIO ON|YES|OFF|NO]
  24.  
  25. TICKS/N/K       The time of the reset operation in Amiga TICKS (1 TICKS is
  26.                 equal 20 mS). Maximum: 50 TICKS (1 sec.). If a number of TICKS
  27.                 is 0 or less the operation will not be done. Don't use TICKS 5
  28.                 or less. PC Cards require the reset time 100 or 200 mS.
  29.                 The default value is equal 15 TICKS (300 mS).
  30.  
  31. FORCE/S         If this option is not used and any other device is the owner
  32.                 of PC Card (like cnet.device), the reset operation will not be
  33.                 done and CardReset will return the error code number 10.
  34.                 If this option is used and any other device is the owner of
  35.                 PC Card the operation will be done and CardReset will return
  36.                 the error code number 5 (if the system will not be crashed).
  37.  
  38. AUDIO/T/K       Toggle switch. The correct words are ON/OFF or YES/NO.
  39.                 It connects/disconnects the speaker (DIGITAL AUDIO) pin to
  40.                 Amiga standard audio output. This function is done always,
  41.                 either any device is the owner of PC Card or not.
  42.                 Default: no change.
  43.  
  44.  
  45.  Installation:
  46.  
  47. Copy CardReset to C: directory.
  48.  
  49. Add "CardPatch" line to Startup-Seqence. Look for util/boot/CardPatch.lha.
  50.  
  51. Add "CardReset" line to your Startup-Sequence or User-Startup.
  52.  
  53. Remove all hardware PCMCIA reset solutions. Don't use the opencnet patch
  54. before CardReset is run (system crashes). If you use CardPatch you need not
  55. use this (opencnet) patch.
  56.  
  57.  
  58.  History:
  59.  
  60. V2.4 - First Aminet release.
  61.  
  62. V2.5 - A little correction of the code.
  63.  
  64. V3.0 - The FORCE option has been added, and the AUDIO option has been
  65.        rewritten. This archive includes the source code of CardReset.
  66.